The following tables list the members exposed by UAAttributeDataPayload<TValue>.
Public Constructors
Public Properties
| Name | Description |
| ServerTimestamp | The server timestamp associated with the value. |
| SourceTimestamp | The source timestamp associated with the value. |
| Status | The status code associated with the value. |
| Value | The value of attribute data. |
Top
Public Methods
Protected Methods
| Name | Description |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
| MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Top
Public Operators
Implicit Type Conversion | Converts an OPC-UA attribute value, together with status code and timestamps, to an event payload. |
Top
See Also